Week 3 Practice Problems - CS50x 2023
In addition to this week’s lab and problem set, you’re welcome to try any of these (optional!) practice problems:
- Recursive
atoi
, for practice creating recursive functions - Average Temperatures, for practice working with
struct
s and sorting algorithms - Max, for practice passing arrays to functions and finding maximum values
- Snackbar, for practice using
struct
s and writing a linear search algorithm
📄️ atoi
cs50x practice problem atoi
📄️ temps
cs50x practice problem temps
📄️ max
cs50x practice problem max
📄️ snackbar
cs50x practice problem snackbar